ComponentOne ASP.NET MVC Controls
LabelAlign Property

C1.Web.Mvc Namespace > ChartAxis<T> Class : LabelAlign Property
Gets or sets the label alignment.
Syntax
'Declaration
 
Public Property LabelAlign As String
public string LabelAlign {get; set;}
Remarks
By default the labels are centered. The supported values are 'left' and 'right' for x-axis and 'top' and 'bottom' for y-axis.
See Also

Reference

ChartAxis<T> Class
ChartAxis<T> Members